home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
discover.dir
/
00013.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
273 b
|
11 lines
on mouseDown
global gMyFileName
set the castNum of sprite 6 to cast "pk2"
if pressButton(6) then
pupSprites(1, 48, 0)
set gMyFileName to "PKRESOUR.TXT"
put the text of field "ministry resources" into field "pkdisplaytext"
go("resources")
end if
end